ASensorManager_getDefaultSensorEx

Returns the default sensor with the given type and wakeUp properties or NULL if no sensor of this type and wakeUp properties exists.

extern (C) nothrow @nogc
const(ASensor)*
ASensorManager_getDefaultSensorEx
(
ASensorManager* manager
,
int type
,
bool wakeUp
)

Meta